home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mis_util / buf01 / bfu1.bat < prev    next >
DOS Batch File  |  1986-01-19  |  483b  |  16 lines

  1. Echo Off
  2. Cls
  3. Echo *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  4. Echo * This  Is  An  Example  Of  VIDEOCHK.COM  and  WAIT.COM  *
  5. Echo *                                                         *
  6. Echo *       Press  Any  Key  To  Continue  Processing         *
  7. Echo *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  8. Wait
  9. VideoChk
  10. If ErrorLevel 1  Goto Color
  11. :Mono
  12. Echo Mono Adapter Is In Use.
  13. Goto Done
  14. :Color
  15. Echo Color Adapter Is In Use.
  16. :Done